home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6680 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  38 lines

  1. Path: ias_ppp0138.iamerica.net!72274.264
  2. From: 72274.264@compuserve.com (Sergey Kurtsev)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: EGAVGA.BGI
  5. Date: Thu, 8 Feb 1996 10:30:57 -0500
  6. Organization: Hello, all.
  7. Message-ID: <72274.264.130.03297AA9@compuserve.com>
  8. References: <4fbf4e$kbk@cobain.rowan.edu>
  9. NNTP-Posting-Host: ias_ppp0138.iamerica.net
  10. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B]
  11.  
  12. In article <4fbf4e$kbk@cobain.rowan.edu> josh@elvis.rowan.edu (josh) writes:
  13.  
  14. >on turbo c++ i finally got the graphics examples to compile and link, yet 
  15. >when run, it says cannot load driver EGAVGA.BGI. this file is in my BGI 
  16. >dir, which is included in my directories path under options. i set all my 
  17. >linker libraries, and still nada. any idea's?
  18.  
  19.   initgraph(int driver, int mode, char *path);
  20.  
  21.   What do you have for path?
  22.   Should have only "" if egavga.bgi is in the current dir, or path 
  23. ("C:\\TC\\BGI"), but w/o bgi file name, only path, if somewhere else.
  24.  
  25.   With all my wishes,
  26.   Sergey.
  27.  
  28.   72274.264@compuserve.com                                
  29.   http://ourworld.compuserve.com/homepages/Sergey_Kurtsev 
  30.  
  31. ---
  32.   Θ ╘╫╧╤ ╟╧╠╧╫┴ ╫╙┼╟─┴ ╫ ╧╘╫┼╘┼
  33.   ·┴ ╘╧, ╦╒─┴ ╙╤─┼╘ ╘╫╧╩ ┌┴─!..
  34.                           (ε┴╒╘╔╠╒╙ ≡╧═╨╔╠╔╒╙)
  35.  
  36.   Real hacker isn't who breaks things to make them better,
  37.   but one who makes things to break better ;)
  38.